home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1460.dms / var1460.adf / BOBs / Example2.c < prev    next >
Text File  |  1992-05-18  |  3KB  |  82 lines

  1. /***********************************************************/
  2. /*                                                         */
  3. /* Amiga C Encyclopedia (ACE) V3.0      Amiga C Club (ACC) */
  4. /* -------------------------------      ------------------ */
  5. /*                                                         */
  6. /* Book:    ACM Graphics                Amiga C Club       */
  7. /* Chapter: BOBs                        Tulevagen 22       */
  8. /* File:    Example2.c                  181 41  LIDINGO    */
  9. /* Author:  Anders Bjerin               SWEDEN             */
  10. /* Date:    92-04-28                                       */
  11. /* Version: 1.00                                           */
  12. /*                                                         */
  13. /*   Copyright 1992, Anders Bjerin - Amiga C Club (ACC)    */
  14. /*                                                         */
  15. /* Registered members may use this program freely in their */
  16. /*     own commercial/noncommercial programs/articles.     */
  17. /*                                                         */
  18. /***********************************************************/
  19.  
  20. /* This example demonstrates how to use a BOB that restores   */
  21. /* the background as it is moving around on the display. This */
  22. /* time we use a high resolution screen, and the BOB will     */
  23. /* therefore also be smaller than in the previous example.    */
  24. /* Normal hardware sprites as well as VSprites are not        */
  25. /* affected by the display modes, while BOBs are.             */
  26.  
  27. I am sorry but this file is only available for registered
  28. members. 
  29.  
  30. The registration fee is only £30, $60, SEK 300, or similar
  31. amount in your own currency (price includes everything). The
  32. Amiga C Encyclopedia is the largest collection of documents,
  33. examples and utilities in C for the Amiga and it is still among
  34. the cheapest manuals. But this is not all, a registered owner
  35. will also get:
  36.  
  37.   1. Two disks containing the last parts of the encyclopedia.
  38.      The disks will be sent by first class air mail.
  39.  
  40.   2. Registration card for the Amiga C Club (ACC).
  41.  
  42.   3. Immediate information about updates.
  43.  
  44.   4. Updated versions of the encyclopedia for only the cost of
  45.      disks plus postage and packing.
  46.  
  47.   5. Assistance with digitizing colour pictures and sampling
  48.      sound effects.
  49.  
  50.   6. Unlimited help with your C programs. You never have to be
  51.      alone with your problems.
  52.  
  53.   7. The right to use parts of the manual in your own
  54.      commercial/non-commercial programs/articles.
  55.  
  56. Can any other manual give you all this???
  57.  
  58. The simplest way of paying is to include the money in a letter
  59. in cash. US dollar bills, English pounds or Swedish SEK are
  60. preferred, but all currencies are accepted. You can also send
  61. the money as a "Postal Money Order", ask your local bank or
  62. post office. Please do not use cheques. It is sadly extremely
  63. expensive to cash a foreign cheque here in Sweden.
  64.  
  65. If you live in Scandinavia you can send the money to "Svenska
  66. Post Girot, postgiro konto: 641 88 30 - 3, betalnings-
  67. mottagare: Datra".
  68.  
  69. Please send the registration fee together with your complete
  70. address to:
  71.  
  72.   Datra, Amiga C Club
  73.   Anders Bjeri
  74.   Tulevagen 22
  75.   181 41  LIDINGO
  76.   SWEDEN
  77.  
  78. I have worked for more than four years now with this
  79. encyclopedia, and with your help I can continue to improve it.
  80.  
  81. Happy programming!!!
  82.